home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-218.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  68 lines

  1. # This script was automatically generated from the dsa-218
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. A cross site scripting vulnerability has been reported for Bugzilla, a
  12. web-based bug tracking system.  Bugzilla does not properly sanitize
  13. any input submitted by users for use in quips.  As a result, it is possible for a
  14. remote attacker to create a malicious link containing script code
  15. which will be executed in the browser of a legitimate user, in the
  16. context of the website running Bugzilla.  This issue may be exploited
  17. to steal cookie-based authentication credentials from legitimate users
  18. of the website running the vulnerable software.
  19. This vulnerability only affects users who have the \'quips\' feature
  20. enabled and who upgraded from version 2.10 which did not exist inside
  21. of Debian.  The Debian package history of Bugzilla starts with 1.13
  22. and jumped to 2.13.  However, users could have installed version 2.10
  23. prior to the Debian package.
  24. For the current stable distribution (woody) this problem has been
  25. fixed in version 2.14.2-0woody3.
  26. The old stable distribution (potato) does not contain a Bugzilla
  27. package.
  28. For the unstable distribution (sid) this problem will be fixed soon.
  29. We recommend that you upgrade your bugzilla packages.
  30.  
  31.  
  32. Solution : http://www.debian.org/security/2002/dsa-218
  33. Risk factor : High';
  34.  
  35. if (description) {
  36.  script_id(15055);
  37.  script_version("$Revision: 1.4 $");
  38.  script_xref(name: "DSA", value: "218");
  39.  script_bugtraq_id(6257);
  40.  
  41.  script_description(english: desc);
  42.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  43.  script_name(english: "[DSA218] DSA-218-1 bugzilla");
  44.  script_category(ACT_GATHER_INFO);
  45.  script_family(english: "Debian Local Security Checks");
  46.  script_dependencies("ssh_get_info.nasl");
  47.  script_require_keys("Host/Debian/dpkg-l");
  48.  script_summary(english: "DSA-218-1 bugzilla");
  49.  exit(0);
  50. }
  51.  
  52. include("debian_package.inc");
  53.  
  54. w = 0;
  55. if (deb_check(prefix: 'bugzilla', release: '3.0', reference: '2.14.2-0woody3')) {
  56.  w ++;
  57.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bugzilla is vulnerable in Debian 3.0.\nUpgrade to bugzilla_2.14.2-0woody3\n');
  58. }
  59. if (deb_check(prefix: 'bugzilla-doc', release: '3.0', reference: '2.14.2-0woody3')) {
  60.  w ++;
  61.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bugzilla-doc is vulnerable in Debian 3.0.\nUpgrade to bugzilla-doc_2.14.2-0woody3\n');
  62. }
  63. if (deb_check(prefix: 'bugzilla', release: '3.0', reference: '2.14.2-0woody3')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bugzilla is vulnerable in Debian woody.\nUpgrade to bugzilla_2.14.2-0woody3\n');
  66. }
  67. if (w) { security_hole(port: 0, data: desc); }
  68.